home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / destructRef.dxr / Internal_31_movie script.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  681 b   |  32 lines

  1. on prepareMovie
  2.   initPresentation()
  3.   repeat with i = 50 to 54
  4.     set the visible of sprite i to 1
  5.   end repeat
  6.   repeat with i = 100 to 110
  7.     set the visible of sprite i to 0
  8.   end repeat
  9.   updateStage()
  10. end
  11.  
  12. on startMovie
  13.   global floatMenu, Zed
  14.   DmFadePackReg("64464")
  15.   DmFadePackReg("40733")
  16.   Zed()
  17. end
  18.  
  19. on Zed
  20.   set the windowType of window "Z" to 2
  21.   set the titleVisible of window "Z" to 0
  22.   set the rect of window "Z" to the drawRect of window "Z" + rect(the stageLeft + 619, the stageTop + 458, the stageLeft + 619, the stageTop + 458)
  23.   open(window "Z")
  24. end
  25.  
  26. on stopMovie
  27.   global floatMenu
  28.   if objectp(floatMenu) then
  29.     forget(window "floatMenu")
  30.   end if
  31. end
  32.